home *** CD-ROM | disk | FTP | other *** search
/ Mac OS 9 Serial Number Archive / SN Archive 2023.11.04.toast / LittleBlackBook / LittleBlackBook 1998.10 / LittleBlackBook 1998.10.rsrc / TEXT_130.txt < prev    next >
Encoding:
Text File  |  1998-10-10  |  10.2 KB  |  490 lines

  1. Little Black Book
  2. Serial Numbers
  3.  
  4. v1.0.4
  5. compiled by Nighthawk
  6.  
  7. ************************************************************
  8. B
  9.  
  10. Backburner
  11. v3.2    
  12. 12-8524-8880  22-9033-8680  92-9376-8683
  13. v3.1
  14. 02-1606-3424
  15. v2.6
  16. 22-9033-8680 22-9043-5686
  17. -
  18. BackBurner Engine 
  19. v3.2  (50 User)
  20. Mac-50-014-3189-0336-0187
  21. -
  22. BankUp 
  23. v1.3
  24. btvfu170ag3     b1in4670ag3
  25. 7czka670ag3     ijqxw170ag3
  26. ijvj2170ag3
  27. -
  28. BarCode Pro
  29. v3.0.7
  30. 8707-445 TN293 45501
  31. 8094-645 TN293 45501
  32. -
  33. Bar Code Pro UPC 
  34. v1.0
  35. 230,780,677,334,210 When Bar Code Pro first launches after installation it will ask 
  36. for the number of bar codes used in the US last year (from the manual on page).
  37. -
  38. BarCode Pro II 
  39. v3.0     8556-545 TN293 45501
  40. v2.0.8   9074-545 TN293 45501
  41. -
  42. Barrack
  43. v1.0.3   
  44.  Name:    Buck Rogers
  45.  Copies:  100
  46.  Code:    PBLKICBJ
  47.  
  48.  Name:    HackUser
  49.  Copies:  100
  50.  Code:    ODMPEDJE
  51.  
  52. v1.0.2
  53.  Name:    SPC
  54.  Copies:  666
  55.  Code:    NNLOANLA
  56.  
  57.  Name:    Hector
  58.  Copies:  1
  59.  Code:    GADPMLAG
  60. Note:  The license code must be in all caps
  61.  
  62. v1.0
  63.  Name:    'Anonymous'
  64.  Copies:  10
  65.  Code:    KBJFKKIB
  66. -
  67. Batch It! 
  68. v1.0
  69. 53060XXXXX (x=Any Char)
  70. -
  71. Battle for the Planets
  72. v2.0
  73. Serial Number:     
  74. 957550351
  75. 153550759
  76. 287058301
  77. 772845668
  78.  
  79. v1.0
  80. Name: MoonDark
  81. Serial Number: 153550759
  82.  
  83. -
  84. Battle-Girl
  85. v1.0 CD
  86. UUMW-ZBL8-3Y7S-ZF96-PJ34
  87. -
  88. Bedlam 2
  89. v1.0.x
  90. Name: HackUser       SN: 868544       Reg. Number: 601900985
  91. Name: HackUser       SN: 797347       Reg. Number: 552561464
  92. Name: Buck Rogers
  93. Ser.# (lower left field): 2049942273
  94. Reg.# (lower right field): 98765432
  95. -
  96. BeHierarchic
  97. v3.1.x
  98. User Name :HackUser
  99. Serial No :56EF65D8
  100. v3.0.2
  101. User Name :Registered
  102. Serial No :77DBD551
  103. User Name :John Doe
  104. Serial No :22E1FD1E
  105. User Name :<---(3 <option>-spaces)
  106. Serial No :08D68BE8
  107. User Name :=-BOOK-WORM->
  108. Serial No :122319FF
  109.  
  110. The following algorithm used to generate your own numbers is for the technically inclined 
  111. ONLY!
  112. Table:
  113.   Binary            Hex  Bit                      
  114.   Value             Val. Position 
  115.   ----------------  ---- --------
  116.   0010100100111111  293F (bit 00)
  117.   0101001001111110  527E (bit 01)
  118.   1010010011111100  A4FC (bit 02)
  119.   0100100111111000  49F8 (bit 03)
  120.   
  121.   1001001111110000  93F0 (bit 04)
  122.   0010011111100000  27E0 (bit 05)
  123.   0100111111000000  4FC0 (bit 06)
  124.   1001111110000000  9F80 (bit 07)
  125.  
  126.   0011111100000000  3F00 (bit 08)
  127.   0111111000000000  7E00 (bit 09)
  128.   1111110000000000  FC00 (bit 10)
  129.   1111100000000000  F800 (bit 11)
  130.  
  131.   1111000000000000  F000 (bit 12)
  132.   1110000000000000  E000 (bit 13)
  133.   1100000000000000  C000 (bit 14)
  134.   1000000000000000  8000 (bit 15)
  135. Pattern:
  136.   abcdefgh (sequential alphabet letters)
  137.   ^ ^  ^ ^ (swapping indicated by arrows)
  138.   | |  | |
  139.   | +--+ |
  140.   +------+
  141.   or...
  142.   hbfdecga (alphabet letters arranged in pattern form)
  143. Method:
  144.   1. Use the first 2 bytes in the user name as a short word.
  145.   2. Find all numbers in table which, when summed, will derive given word.
  146.      (disreguard first half of long word created by summing)
  147.   3. Create new word by setting bits indicated in the table by numbers used.
  148.   4. Repeat process for the next 2 bytes of the user name.
  149.   5. Place the first derived word next to the second and, using pattern, create result.
  150. Sample:
  151.   Given... 
  152.     User Name : =-BOOK-WORM->    
  153.   Method:  
  154.     1. First 2 bytes are "=-" (Character) or 3D2D (Hex) or 0011110100101101 (Binary) 
  155.  
  156.     2. The following numbers from the table when summed, will derive 3D2D    
  157.        0010100100111111  293F (bit 00) +
  158.        0101001001111110  527E (bit 01) +
  159.        1001001111110000  93F0 (bit 04) +
  160.        1001111110000000  9F80 (bit 07) +
  161.        0111111000000000  7E00 (bit 09) +
  162.        1111000000000000  F000 (bit 12) +
  163.        1110000000000000  E000 (bit 13) +
  164.        1100000000000000  C000 (bit 14) +
  165.        1000000000000000  8000 (bit 15) = 00053D2D or 3D2D by disregarding first short 
  166. word 
  167.     3. According to step 2, bits 0,1,4,7,9,12,13,14, and 15 are ones and the rest 
  168. are zeros:   
  169.             1111001010010011 (Binary) or F293 (Hex)
  170.             ^              ^
  171.             |              |
  172.          (bit 15)       (bit 0)
  173.     4. Next 2 bytes are "BO" (Character) or 424F (Hex) or 0100001001001111 (Binary)
  174.        The following numbers from the table when summed, will derive 424F       
  175.        0010100100111111  293F (bit 00) +
  176.        1001001111110000  93F0 (bit 04) +
  177.        0010011111100000  27E0 (bit 05) +
  178.        0100111111000000  4FC0 (bit 06) +
  179.        1001111110000000  9F80 (bit 07) +
  180.        0111111000000000  7E00 (bit 09) +
  181.        1111000000000000  F000 (bit 12) = 0003424F or 424F by disregarding first short 
  182. word
  183.        bits 0,4,5,6,7,9 and 12 are ones and the rest are zeros:     
  184.             0001001011110001 (Binary) or 12F1 (Hex)
  185.             ^              ^
  186.             |              |
  187.          (bit 15)       (bit 0)      
  188.     5. Derived word one "F293" placed next to derived word two "12F1" is...       
  189.  
  190.          F29312F1
  191.          abcdefgh (sequential alphabet letters)         
  192.          using pattern where (in this example) a=F, b=2, c=9, etc...        
  193.          122319FF <-- Serial Number (finally:)
  194.          hbfdecga (alphabet letters arranged in pattern form)
  195. -
  196. Bernie ][ The Rescue 
  197. v1.0b3
  198. Name:    Buck Rogers
  199. Reg:     148347
  200. -
  201. Better Alarms
  202. v1.0
  203. Name: MoonDark
  204. Registration Code: BTRA-8114-9000
  205. -
  206. BetterWriter 
  207. v1.0.1
  208. BW9112131832
  209. -
  210. Beyond Press XT
  211. v1.0
  212. GATE00414816
  213. -
  214. BeyondPress 
  215. v4.0
  216. CCE-400-100-243-674235
  217. -
  218. BeyondPress 3.0 (QuarkXPress)
  219. v3.0
  220. BPAF-01AE-MG30-0742
  221. -
  222. Big Business
  223. v2.0
  224. Serial Number        6000-2339
  225. Registration Code    M9-GAVH-7F
  226. Confirmation Code    2525-RG2R-YU2Q-5667
  227.  
  228. Serial Number        600-8849
  229. Registration Code    M9-ZAV4-7F
  230. Confirmation Code    G59F-Q2GP-SHMX-YJ8L
  231.  
  232. Enter the registration information to be able to use this version of Big Business 
  233. for longer than the 30 day trial period:
  234.  
  235. Serial Number           6000-2339
  236. Registration Code     M9-GAVH-7F
  237. Confirmation Code    2525-RG2R-YU2Q-5667
  238.  
  239. To register:
  240. 1. Locate the Big Business program.
  241. 2. Start it while holding down the "Option" key.
  242. 3. Keep the "Option" key depressed until Big Business opens.
  243. 4. In the dialog box presented, click the "New" button.
  244. 5. Use the above info to register the new data file.
  245. -
  246. Big Thesaurus 
  247. AxxxxBC (A+B=C; x=any #)
  248. -
  249. Binuscan 
  250. v1.0
  251. 16849 PW1: QRBs2LBUeY4 PW2:vUEpAVINq8C
  252. -
  253. BioAssistant
  254. v1.0
  255. 1234667830AXCDE2
  256. Username: MoonDark
  257. Registration Code: 1234X678212B12345
  258. -
  259. Birmy RIP
  260. v4.2
  261. Serial:                 MBNOP  
  262. PrinterCode:            3014898104   
  263. Printer:                Stylus 1500/1520   
  264. FullfilmentResponse:    532291512
  265.  
  266. Serial:                 MBNOP   
  267. PrinterCode:            2998055097   
  268. Printer:                Stylus Color   
  269. FullfilmentResponse:    515579577
  270.  
  271. Serial:                 MBNOP
  272. PrinterCode:            3183329206
  273. Printer:                Stylus Color II/500/600/800
  274. FullfilmentResponse:    297013686
  275.  
  276. Serial:                 MBNOP
  277. PrinterCode:            2981213114
  278. Printer:                Stylus Pro
  279. FullfilmentResponse:    498605498
  280.  
  281. Serial:                 MBNOP
  282. PrinterCode:            2964370107
  283. Printer:                Stylus Pro XL
  284. FullfilmentResponse:    481893563
  285.  
  286. Serial Number:          BKWM0
  287. Printer Code            741092432-BWM
  288. Printer Type            Epson Stylus Color
  289. Fulfillment Response    2052094544
  290.  
  291. Serial Number           BKWM0
  292. Printer Code            538976348-BWM
  293. Printer Type            Epson Stylus Pro
  294. Fulfillment Response    1985771100
  295.  
  296. Serial Number           BKWM0
  297. Printer Code            555819357-BWM
  298. Printer Type            Epson Stylus XL
  299. Fulfillment Response    2002614109
  300.  
  301. v4.1
  302. Serial: MBNOP
  303. PrinterCode: 3014898104
  304. Printer: Stylus 1500/1520
  305. FullfilmentResponse: 532291512
  306.  
  307. Serial: MBNOP
  308. PrinterCode: 2998055097
  309. Printer: Stylus Color
  310. FullfilmentResponse: 515579577
  311.  
  312. Serial: MBNOP
  313. PrinterCode: 3183329206
  314. Printer: Stylus Color II/500/600/800
  315. FullfilmentResponse: 297013686
  316.  
  317. Serial: MBNOP
  318. PrinterCode: 2981213114
  319. Printer: Stylus Pro
  320. FullfilmentResponse: 498605498
  321.  
  322. Serial: MBNOP
  323. PrinterCode: 2964370107
  324. Printer: Stylus Pro XL
  325. FullfilmentResponse: 481893563
  326.  
  327. Serial: MBNOP
  328. PrinterCode: 2964370107
  329. Printer: Stylus Pro XL
  330. FullfilmentResponse: 481893563
  331. -
  332. Birmy PowerRIP 
  333. v4.1
  334. Serial No.: 6307
  335. Printer Code: 2981212585-82
  336. Fulfillment Response: 318444283
  337. v3.1
  338. Authorization code: 318444283 
  339. (goes with the serial number: 6307)
  340. Serial #:         6307
  341. Printer Code:  2981212585-82
  342. Fulfillment Response:   318444283     <- This is the needed number.
  343.  
  344. Serial Number        :BKWM0
  345. Printer Code         :741092432-BWM
  346. Printer Type         :Epson Stylus Color
  347. Fulfillment Response :2052094544
  348.  
  349. Serial Number        :BKWM0
  350. Printer Code         :538976348-BWM
  351. Printer Type         :Epson Stylus Pro
  352. Fulfillment Response :1985771100
  353.  
  354. Serial Number        :BKWM0
  355. Printer Code         :555819357-BWM
  356. Printer Type         :Epson Stylus XL
  357. -
  358. Black Night
  359. v1.0.7
  360. 0000000D1FF113F
  361. Registration Code: 
  362. CDSa58334DD879B
  363. CDSa58334DD879B
  364. CDSa63334316A54
  365. CDSa723165A95C0
  366. CDSa8418C467AFF
  367. v1.0.5
  368. 12345671512EAE50000000D1FF113F
  369. v1.0.3
  370. 0000000D1FF113F
  371. -
  372. Black Night Connection Set 
  373. v1.0.1
  374. 123456_FFFFFFFD
  375. -
  376. Blade Pro
  377. v2.0.1
  378. 100037
  379. v1.3.x
  380. 85916713
  381. 10921549
  382. 84645982
  383. 40553579
  384. 31115429
  385. -
  386. BluePrint
  387. v5.0.2
  388. 2500-00009062 
  389. 2500-00019822 
  390. 2500-00029682 
  391. 2500-BKWM5642
  392. -
  393. Body Works 
  394. v3.0
  395. Q24474
  396. -
  397. Bolero
  398. v1.0
  399.  
  400.   Tango 1.5.2
  401.     SN# "GLMI/301926298"
  402.   Butler SQL 2.1
  403.     SN# "EDGL/1560220268"
  404.   Bolero 1.0
  405.     Use the [k]
  406. -
  407. Bonkheads
  408. v1.0.x
  409. 000-220-666-456
  410. -
  411. Bookends Plus
  412. v4.0.1
  413. Registration Code: 8619 5678 6409 5678
  414. -
  415. Boom
  416. v1.0.1
  417. Name: Akuma
  418. Code: JEWXOIKPKAXAX-030
  419. -
  420. Boris Effects for Adobe After Effects 
  421. M90004-607MG16-1361E 
  422. -
  423. Boris Filters
  424. v1.0
  425. 8F002G-03B8M09-123DL
  426. -
  427. Brainhex
  428. v1.1
  429. Name: MoonDark
  430. Registration Code: next mac os
  431. v1.0
  432. ID   :Registered
  433. Code :mental
  434. ID   :John Doe
  435. Code :american maid
  436. ID   :<---(3 <option>-spaces)
  437. Code :bad dog
  438. ID   :=-BOOK-WORM->
  439. Code :buckaroo banzai
  440. -
  441. Brewer's Planner
  442. v1.0.1
  443. 02-000681
  444. -
  445. Bryce 3D
  446. v3.0
  447. 20050-0015-08227
  448. 20052-0016-02186
  449. v1.0
  450. 20050-00015-08227
  451. -
  452. Bub & Bob
  453. v1.0
  454. Name: MoonDark
  455. Game Code: 467542272
  456. -
  457. Bubble Trouble
  458. v1.0.0
  459. Licensee Name :Registered
  460. No. of Copies :9999
  461. License Code  :NAGODJKH
  462.  
  463. Licensee Name :John Doe
  464. No. of Copies :9999
  465. License Code  :KMOMEEOF
  466.  
  467. Licensee Name :<---(3 <option>-spaces)
  468. No. of Copies :9999
  469. License Code  :JGDGAGFO
  470.  
  471. Licensee Name :=-BOOK-WORM->
  472. No. of Copies :9999
  473. License Code  :NEOOGPCI
  474. -
  475. Burn-It!
  476. v1.0
  477. NBFA-AFFB-EAAB-BAWBK
  478. -
  479. Butler
  480. v2.1
  481. EDGL/1560220268
  482. v2.0.2
  483. ONMM/1560221608
  484. -
  485. Butler SQL 
  486. v2.1
  487. EDGL/1560220268
  488. v2.1
  489. 1543650128
  490.